home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETEX10.IN_ / netex10.inf
Encoding:
INI File  |  1999-10-19  |  3.3 KB  |  113 lines

  1. ; NETEX10.INF
  2. ;
  3. ; Intel EtherExpress 10 ISA LAN Adapter
  4. ;
  5. ; Copyright 1997, Intel Corporation
  6. ;
  7. ; Copyright (c) 1997, Microsoft Corporation
  8.  
  9. [version]
  10. Signature   = "$Windows NT$"
  11. Class       = Net
  12. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  13. Provider    = %Msft%
  14. LayoutFile  = layout.inf
  15. DriverVer=10/19/1999,1.51.0.0
  16.  
  17. [Manufacturer]
  18. %V_INTEL%   = Intel
  19.  
  20. [ControlFlags]
  21. ExcludeFromSelect     = ISAPNP\INT1100
  22.  
  23. [Intel]
  24. %*INT1100.devicedesc% = *INT1100.ndi, ISAPNP\INT1100      ; Intel EtherExpress 10 ISA Adapter (PnP Enabled)
  25. %*PNP8132.devicedesc% = *PNP8132.ndi, *INT1100            ; Intel EtherExpress 10 ISA Adapter (Legacy Mode)
  26.  
  27. ;-------------------------------------------------------------------------------
  28. ; Intel EtherExpress 10 ISA Ethernet Adapter
  29. ;
  30. [*PNP8132.ndi]
  31. AddReg          = ex10.reg
  32. CopyFiles       = ex10.CopyFiles
  33. LogConfig       = *PNP8132.LogConfig
  34. Characteristics = 0x84
  35. BusType            = 1
  36.  
  37. [*PNP8132.ndi.Services]
  38. AddService      = EX10, 2, ex10.Service, ex10.EventLog
  39.  
  40. [*PNP8132.LogConfig]
  41. IRQConfig       = 3,4,5,7,9,10,11,12
  42. IOConfig        = 10@200-39F%FFF0(3FF::)
  43. ConfigPriority  = HARDRECONFIG
  44.  
  45. ;-------------------------------------------------------------------------------
  46. ; Intel EtherExpress 10 ISA adapter (PnP Enabled)
  47. ;
  48. [*INT1100.ndi]
  49. AddReg          = ex10.reg
  50. CopyFiles       = ex10.CopyFiles
  51. Characteristics = 0x84
  52. BusType         = 14
  53.  
  54. [*INT1100.ndi.Services]
  55. AddService      = EX10, 2, ex10.Service, ex10.EventLog
  56.  
  57. ;-------------------------------------------------------------------------------
  58. ; ex10 Common
  59. ;
  60. [ex10.reg]
  61. HKR, Ndi,                         Service,    0, "EX10"
  62. HKR, Ndi\Interfaces,              UpperRange, 0, "ndis5"
  63. HKR, Ndi\Interfaces,              LowerRange, 0, "ethernet"
  64.  
  65. HKR, Ndi\params\TRANSCEIVER,      ParamDesc,  0, %Transceiver%
  66. HKR, Ndi\params\TRANSCEIVER,      default,    0, "0"
  67. HKR, Ndi\params\TRANSCEIVER,      type,       0, "enum"
  68. HKR, Ndi\params\TRANSCEIVER\enum, "0",        0, %Automatic%
  69. HKR, Ndi\params\TRANSCEIVER\enum, "2",        0, %BNC%
  70. HKR, Ndi\params\TRANSCEIVER\enum, "3",        0, %TPE%
  71.  
  72. [ex10.CopyFiles]
  73. ex10.sys,,,2
  74.  
  75. [ex10.Service]
  76. DisplayName     = %ex10.Service.DispName%
  77. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  78. StartType       = 3 ;%SERVICE_DEMAND_START%
  79. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  80. ServiceBinary   = %12%\ex10.sys
  81. LoadOrderGroup  = NDIS
  82.  
  83. [ex10.EventLog]
  84. AddReg = ex10.AddEventLog.reg
  85.  
  86. [ex10.AddEventLog.reg]
  87. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  88. HKR, , TypesSupported,   0x00010001, 7
  89.  
  90. ;-------------------------------------------------------------------------------
  91. ; DestinationDirs
  92. ;
  93. [DestinationDirs]
  94. ex10.CopyFiles = 12
  95.  
  96.  
  97. ;-------------------------------------------------------------------------------
  98. ; Localizable Strings
  99. ;
  100. [Strings]
  101. Msft                  = "Microsoft"      
  102. V_INTEL               = "Intel"          
  103.  
  104. Transceiver           = "Transceiver Type"
  105. Automatic             = "Automatic Connector"
  106. BNC                   = "BNC Connector"
  107. TPE                   = "TP Connector"
  108.  
  109. *pnp8132.devicedesc   = "Intel EtherExpress 10 ISA Ethernet Adapter (Legacy Mode)"
  110. *INT1100.devicedesc   = "Intel EtherExpress 10 ISAPNP Ethernet Adapter"
  111.  
  112. ex10.Service.DispName = "Intel EtherExpress 10 ISA"
  113.